ComponentOne ASP.NET MVC Controls
SortRowIndex Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : SortRowIndex Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.SortRowIndex. Sets the index of row in the column header panel that shows and changes the current sort.
Syntax
'Declaration
 
Public Overridable Function SortRowIndex( _
   ByVal value As Nullable(Of Integer) _
) As TBuilder
public virtual TBuilder SortRowIndex( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members